C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiSelectListBox<T> Class
Members

MultiSelectListBox<T> Class
The MultiSelectListBox control displays a list of items which may contain plain text or HTML, and allows users to select multiple items.
Object Model
MultiSelectListBox<T> Class
Syntax
'Declaration
 
Public Class MultiSelectListBox(Of T) 
   Inherits ItemsBoundControl(Of T)
   Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.MultiSelectListBox<T>

See Also